From: Juergen Gross Date: Thu, 7 Jan 2016 08:53:16 +0000 (+0100) Subject: stubdom: remove mini-os when doing make distclean X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2007 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=5178da0a246808634be2a12cd17511932ce922c3;p=xen.git stubdom: remove mini-os when doing make distclean make distclean does not remove mini-os. Do so when cleaning stubdom. Signed-off-by: Juergen Gross Acked-by: Ian Campbell --- diff --git a/Makefile b/Makefile index 8a9331f832..a8e95233c3 100644 --- a/Makefile +++ b/Makefile @@ -209,6 +209,7 @@ distclean-stubdom: ifeq (x86_64,$(XEN_TARGET_ARCH)) XEN_TARGET_ARCH=x86_32 $(MAKE) -C stubdom distclean endif + rm -rf extras/mini-os extras/mini-os-remote .PHONY: distclean-docs distclean-docs: